DocumentMarkupMode Enumeration
In This Topic
Specifies the modes for converting document markups, including how changes and comments are rendered.
Syntax
'Declaration
Public Enum DocumentMarkupMode
Inherits System.Enum
public enum DocumentMarkupMode : System.Enum
public enum DocumentMarkupMode = class(System.Enum)
public enum DocumentMarkupMode extends System.Enum
__value public enum DocumentMarkupMode : public System.Enum
public enum class DocumentMarkupMode : public System.Enum
Members
Member | Value | Description |
AllMarkup | 0 |
Show all the markups in different colors, underlined/struck through. Comments are converted to annotations. This is the default behavior.
|
NoMarkup | 2 |
Show the document as if all the changes were accepted. Comments are NOT converted to annotations.
|
Original | 3 |
Show the document as if none of the changes were made (= as if all changes were rejected) Comments are NOT converted to annotations.
|
SimpleMarkup | 1 |
Show the document as if all the changes were accepted. Comments are converted to annotations.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.DocumentMarkupMode
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace